|
ObjectiveLib
1.0.0
|
A data structure used by OLBitIterator. More...
#import <ObjectiveLib/Vector.h>
Protected Attributes | |
| uint32_t * | chunk |
| The word that holds the bit. | |
| uint8_t | offset |
| The offset of the bit in its word. | |
A data structure used by OLBitIterator.
This structure holds the data necessary to implement the class OLBitIterator.
- (uint32_t*) chunk [protected] |
The word that holds the bit.
- (uint8_t) offset [protected] |
The offset of the bit in its word.
|